home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / education / e052.dms / e052.adf / devs / MountList next >
Encoding:
Text File  |  1987-06-11  |  743 b   |  44 lines

  1. RAD:       Device = Ramdrive.Device
  2.            Unit   = 0
  3.            Flags  = 0
  4.            Surfaces  = 2
  5.            BlocksPerTrack = 11
  6.            Reserved = 2
  7.            Interleave = 0
  8.            LowCyl = 0  ;  HighCyl = 21
  9.            Buffers = 5
  10.            BufMemType = 1
  11. #
  12.  
  13. NULL:      Handler = L:Null-Handler
  14.            Stacksize = 500
  15.            Priority = 5
  16.            GlobVec = 1
  17. #
  18.  
  19. NEWCON: 
  20.     Handler = L:Newcon-Handler
  21.     Priority = 5
  22.     StackSize = 1000
  23. #
  24.  
  25. SPEAK:     
  26.     Handler = L:Speak-Handler
  27.     Stacksize = 6000
  28.     Priority = 5
  29.     GlobVec = -1
  30. #
  31.  
  32. AUX:
  33.     Handler = L:Aux-Handler
  34.     Stacksize = 1000
  35.     Priority = 5
  36. #
  37.  
  38. PIPE:      
  39.     Handler = L:Pipe-Handler
  40.     Stacksize = 6000
  41.     Priority = 5
  42.     GlobVec = -1
  43. #
  44.